home *** CD-ROM | disk | FTP | other *** search
/ comtecelectrical.ca / www.comtecelectrical.ca.tar / www.comtecelectrical.ca / infobots / Backup / MSOCache / All Users / 90000409-6000-11D3-8CFE-0150048383C9 / ZE561411.CAB / LSTVIEWS.INI_1033 < prev    next >
INI File  |  2000-12-14  |  10KB  |  196 lines

  1. [Table]
  2. Name=Basic table
  3. Description=The basic table style shows a column for each field you choose, and a new row for each item in the list.
  4. HasFieldEnum=true
  5. RequiredFields=
  6. Header=<table ID="[#WebQueryInfo#]" border="0" width="100%" rules="rows"><tr valign="top"><form>[#ForEach_Field#]<th class="ms-vh" align="left">[#Field#]</th>[#Next_Field#]</form></tr>
  7. Body=<tr>[#ForEach_Field#]<td class="ms-vb" align="left">[#Field#]</td>[#Next_Field#]</tr>
  8. Footer=</table>
  9. Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
  10. Tag=body
  11. TagRow=tbody
  12. Tabular=true
  13. Preview=table.gif
  14.  
  15. [RepForm1]
  16. Name=Repeating form
  17. Description=The repeating form style shows the title for an item in the list and the other fields on separate lines underneath the title. This layout is repeated for each item in the list.
  18. HasFieldEnum=true
  19. RequiredFields=LinkTitle,Created
  20. Header=<table border="0" width="100%" cellspacing="0">
  21. Body=<tr><td width="50%" align="left" class="ms-vb"><b>[#Field(LinkTitle)#]</b></td><td width="50%" align="right" class="ms-vb">[#Field(Created)#]</td></tr><tr><td width="100%" colspan="2" class="ms-vb"><hr>[#ForEach_Field#][#FieldTitle#]: [#Field#]<br>[#Next_Field#]<br></td></tr>
  22. Footer=</table>
  23. Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
  24. Tag=body
  25. TagRow=tbody
  26. Tabular=false
  27. Preview=repform1.gif
  28.  
  29. [RepForm2]
  30. Name=Repeating form (centered)
  31. Description=The repeating form (centered) style shows the title for an item in the list and the other fields on separate lines underneath the title. This layout is repeated for each item in the list, and all the information is center-aligned.
  32. HasFieldEnum=true
  33. RequiredFields=LinkTitle
  34. Header=<table border="0" width="100%" cellspacing="0">
  35. Body=<tr><td align="center" class="ms-vb"><b>[#Field(LinkTitle)#]</b></td></tr><tr><td align="center" class="ms-vb">[#ForEach_Field#][#FieldTitle#]: [#Field#]<br>[#Next_Field#]<br> </td></tr>
  36. Footer=</table>
  37. Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
  38. Tag=body
  39. TagRow=tbody
  40. Tabular=false
  41. Preview=repform2.gif
  42.  
  43. [RepForm3]
  44. Name=Repeating form with border
  45. Description=The repeating form with border style shows the title for an item in the list and the other fields on separate lines underneath the title. This layout is repeated for each item in the list, and each item appears in its own table cell.
  46. HasFieldEnum=true
  47. RequiredFields=LinkTitle
  48. Header=<table border="1" cellspacing="0" width="100%">
  49. Body=<tr><td><table border="0" cellspacing="0" width="100%"><tr><td width="25%" class="ms-vb"><b>[#FieldTitle(LinkTitle)#]:</b></td><td width="75%" class="ms-vb">[#Field(LinkTitle)#]</td></tr>[#ForEach_Field#]<tr><td width="25%" class="ms-vb"><b>[#FieldTitle#]:</b></td><td width="75%" class="ms-vb">[#Field#]</td></tr>[#Next_Field#]</table></td></tr>
  50. Footer=</table>
  51. Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
  52. Tag=body
  53. TagRow=tbody
  54. Tabular=false
  55. Preview=repform3.gif
  56.  
  57. [2ColFrm]
  58. Name=Two-column repeating form with border
  59. Description=The two-column repeating form with border style shows a two-column table with each list item in its own table cell.
  60. HasFieldEnum=true
  61. RequiredFields=LinkTitle
  62. Header=<table border="1" cellspacing="0" width="100%"><tr>[#SetVar(EvenRow,0)#]
  63. Body=<td align="left" valign="top" width="50%"><table border="0" cellspacing="0" width="100%"><tr><td width="25%" class="ms-vb"><b>[#FieldTitle(LinkTitle)#]:</b></td><td width="75%" class="ms-vb">[#Field(LinkTitle)#]</td></tr>[#ForEach_Field#]<tr><td width="25%" class="ms-vb"><b>[#FieldTitle#]:</b></td><td width="75%" class="ms-vb">[#Field#]</td></tr>[#Next_Field#]</table></td>[#If_VarEq(EvenRow,1)#]</tr><tr>[#SetVar(EvenRow,0)#][#Else_VarEq#][#SetVar(EvenRow,1)#][#EndIf_VarEq#]
  64. Footer=[#If_VarEq(EvenRow,1)#]<td> </td>[#Else_VarEq#][#EndIf_VarEq#]</tr></table>
  65. Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
  66. Tag=body
  67. TagRow=tbody
  68. Tabular=false
  69. Preview=2colfrm.gif
  70.  
  71. [Commas]
  72. Name=Comma separated
  73. Description=The comma separated style shows the titles for items in the list with all the other field values separated by commas underneath the titles.
  74. HasFieldEnum=true
  75. RequiredFields=LinkTitle
  76. Header=
  77. Body=<p><b>[#Field(LinkTitle)#]</b><br>[#SetVar(First,1)#][#ForEach_Field#][#If_VarEq(First,0)#], [#Else_VarEq#][#SetVar(First,0)#][#EndIf_VarEq#][#Field#][#Next_Field#]</p>
  78. Footer=
  79. Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
  80. Tag=body
  81. TagRow=body
  82. Tabular=false
  83. Preview=commas.gif
  84.  
  85. [2ColCma]
  86. Name=Two-column comma separated
  87. Description=The two-column comma separated style shows a two-column view of the titles for items in the list with all the other field values separated by commas underneath the titles.
  88. HasFieldEnum=true
  89. RequiredFields=LinkTitle
  90. Header=<table border="0" cellspacing="0" width="100%"><tr>[#SetVar(EvenRow,0)#]
  91. Body=<td align="left" valign="top" width="50%" class="ms-vb"><b>[#Field(LinkTitle)#]</b><br>[#SetVar(First,1)#][#ForEach_Field#][#If_VarEq(First,0)#], [#Else_VarEq#][#SetVar(First,0)#][#EndIf_VarEq#][#Field#][#Next_Field#]</td>[#If_VarEq(EvenRow,1)#]</tr><tr>[#SetVar(EvenRow,0)#][#Else_VarEq#][#SetVar(EvenRow,1)#][#EndIf_VarEq#]
  92. Footer=</tr></table>
  93. Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
  94. Tag=body
  95. TagRow=tbody
  96. Tabular=false
  97. Preview=2colcma.gif
  98.  
  99. [BulTitl]
  100. Name=Bulleted list of titles
  101. Description=The bulleted list of titles style shows a bulleted list of the titles for all the items in the list.
  102. HasFieldEnum=false
  103. RequiredFields=LinkTitle
  104. Header=<ul>
  105. Body=<li>[#Field(LinkTitle)#]</li>
  106. Footer=</ul>
  107. Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
  108. Tag=body
  109. TagRow=ul
  110. Tabular=false
  111. Preview=bultitl.gif
  112.  
  113. [NumTitl]
  114. Name=Numbered list of titles
  115. Description=The numbered list of titles style shows a numbered list of the titles for all the items in the list.
  116. HasFieldEnum=false
  117. RequiredFields=LinkTitle
  118. Header=<ol start="[#DisplayVarInAttr(PageFirstRow)#]">
  119. Body=<li>[#Field(LinkTitle)#]</li>
  120. Footer=</ol>
  121. Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
  122. Tag=body
  123. TagRow=ol
  124. Tabular=false
  125. Preview=numtitl.gif
  126.  
  127. [PlnTitl]
  128. Name=Plain list of titles
  129. Description=The plain list of titles style shows the titles for all the items in the list, each on a separate line.
  130. HasFieldEnum=false
  131. RequiredFields=LinkTitle
  132. Header=<p>[#SetVar(First,1)#]
  133. Body=[#If_VarEq(First,0)#]<br>[#Else_VarEq#][#SetVar(First,0)#][#EndIf_VarEq#][#Field(LinkTitle)#]
  134. Footer=</p>
  135. Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
  136. Tag=body
  137. TagRow=p
  138. Tabular=false
  139. Preview=plntitl.gif
  140.  
  141. [HorzTitl]
  142. Name=Horizontal list of titles
  143. Description=The horizontal list of titles style shows the titles for all the items in the list separated by commas on a single line.
  144. HasFieldEnum=false
  145. RequiredFields=LinkTitle
  146. Header=<p>[#SetVar(First,1)#]
  147. Body=[#If_VarEq(First,0)#], [#Else_VarEq#][#SetVar(First,0)#][#EndIf_VarEq#][#Field(LinkTitle)#]
  148. Footer=</p>
  149. Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
  150. Tag=body
  151. TagRow=p
  152. Tabular=false
  153. Preview=horztitl.gif
  154.  
  155. [Drpdwn]
  156. Name=Dropdown menu of titles
  157. Description=The dropdown menu of titles style shows a dropdown menu that contains the titles for all the items in the list.
  158. HasFieldEnum=false
  159. RequiredFields=ID,Title
  160. Header=<form method="GET" action="[#ListURL(DISPLAY)#]"><select name="ID" size="1" onchange="javascript:this.form.submit();"><option selected value="0">Choose one...</option>
  161. Body=<option value="[#FieldInAttr(ID)#]">[#Field(Title)#]</option>
  162. Footer=</select></form>
  163. Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
  164. Tag=body
  165. TagRow=select
  166. Tabular=false
  167. Preview=drpdwn.gif
  168.  
  169. [Compnt]
  170. Name=Page component
  171. Description=The page component style shows a bulleted list of the titles for all the items in the list inside a box.
  172. HasFieldEnum=false
  173. RequiredFields=LinkTitle
  174. Header=<table border="1" cellspacing="0" width="100%"><tr><td width="100%" align="center"><b>[#ListTitle#]</b></td></tr><tr><td width="100%" class="ms-vb"><ul>
  175. Body=<li>[#Field(LinkTitle)#]</li>
  176. Footer=</ul></td></tr></table>
  177. Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
  178. Tag=body
  179. TagRow=ul
  180. Tabular=false
  181. Preview=compnt.gif
  182.  
  183. [History]
  184. Name=History list
  185. Description=The history list style shows the creation date for an item in the list, the title of the item, and the other fields on separate lines underneath the title. This layout is repeated for each item in the list, and items are shown in chronological order. All the information is center-aligned.
  186. HasFieldEnum=true
  187. RequiredFields=LinkTitle,Created
  188. Header=<table border="0" cellspacing="0" width="100%">
  189. Body=<tr><td width="100%" align="center"><b>[#Field(Created)#]</b></td></tr><tr><td align="middle" width="100%" class="ms-vb">[#FieldTitle(LinkTitle)#]: [#Field(LinkTitle)#]<br>[#ForEach_Field#][#FieldTitle#]: [#Field#]<br>[#Next_Field#] </td></tr>
  190. Footer=</table>
  191. Empty=<table border="0" width="100%"><tr><td class="ms-vb">[#ViewEmpty#]</td></tr></table>
  192. Tag=body
  193. TagRow=tbody
  194. Tabular=false
  195. Preview=history.gif
  196.